Html Css Color HEX #B88F19 Buddha Gold

📋 copy color: '#B88F19'

red 184 ◦ green 143 ◦ blue 25

#B88F19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #B88F19

Tints of Buddha Gold #B88F19

RGB

 RED value IS 184 (72.27% from 255) = 52.27%

 GREEN value IS 143 (56.25% from 255) = 40.63%

 BLUE value IS 25 (10.16% from 255) = 7.1%

R = 52.27%
G = 40.63%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B88F19 (or 0xB88F19) is known color: Buddha Gold. HEX triplet: B8, 8F and 19. RGB value is (184,143,25). Sum of RGB (Red+Green+Blue) = 184+143+25=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88F19 is #4770E6. Grayscale: #8E8E8E. Windows color (decimal): -4681959 or 1675192. OLE color: 1675192.

HSL color Cylindrical-coordinate representation of color #B88F19: hue angle of 44.53º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B88F19 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 25 -
CMYK 0 0.22 0.86 0.28
HSL 44.53º 0.76% 0.41% -
HSV(B) 44.53º 0.86% 0.72% -
XYZ 29.77 29.91 5.12 -
YUV 141.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 184 143 25 0 0.22 0.86 0.28 44.53 0.76 0.41
Hex B8 8F 19 0 16 56 1C 2D 4C 29
Octal 270 217 31 0 26 126 34 55 114 51
Binary 10111000 10001111 11001 0 10110 1010110 11100 101101 1001100 101001

Color Harmonies of #B88F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F19

Black with #B88F19

Text Example


Text Example

White with #B88F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F19; }

 p { color: rgb(184,143,25); }

 H1.HeaderClassName
 {
   color: #B88F19;
 }
 .AnyTagClassName
 {
   color: #B88F19;
 }
</style>

background-color css

<style>
 a { background-color: #B88F19; }

 a { background-color: rgb(184,143,25); }

 div.DivClassName
 {
   background-color: #B88F19;
 }
 .BgClassName
 {
   background-color: #B88F19;
 }
</style>

border-color css

<style>
 span { border-color: #B88F19; }

 span { border-color: rgb(184,143,25); }

 td.TdClassName
 {
   border-color: #B88F19;
 }
 .TagClassName
 {
   border-color: #B88F19;
 }
</style>