Html Css Color HEX #B5990C Buddha Gold

📋 copy color: '#B5990C'

red 181 ◦ green 153 ◦ blue 12

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

Shades of Buddha Gold #B5990C

Tints of Buddha Gold #B5990C

RGB

 RED value IS 181 (71.09% from 255) = 52.31%

 GREEN value IS 153 (60.16% from 255) = 44.22%

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 52.31%
G = 44.22%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5990C (or 0xB5990C) is known color: Buddha Gold. HEX triplet: B5, 99 and 0C. RGB value is (181,153,12). Sum of RGB (Red+Green+Blue) = 181+153+12=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5990C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5990C is #4A66F3. Grayscale: #919191. Windows color (decimal): -4876020 or 825781. OLE color: 825781.

HSL color Cylindrical-coordinate representation of color #B5990C: hue angle of 50.06º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5990C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 153 12 -
CMYK 0 0.15 0.93 0.29
HSL 50.06º 0.88% 0.38% -
HSV(B) 50.06º 0.93% 0.71% -
XYZ 30.51 32.63 5.04 -
YUV 145.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 181 153 12 0 0.15 0.93 0.29 50.06 0.88 0.38
Hex B5 99 C 0 F 5D 1D 32 58 26
Octal 265 231 14 0 17 135 35 62 130 46
Binary 10110101 10011001 1100 0 1111 1011101 11101 110010 1011000 100110

Color Harmonies of #B5990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5990C

Black with #B5990C

Text Example


Text Example

White with #B5990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5990C; }

 p { color: rgb(181,153,12); }

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

background-color css

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

 a { background-color: rgb(181,153,12); }

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

border-color css

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

 span { border-color: rgb(181,153,12); }

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