Html Css Color HEX #BB960F Buddha Gold

📋 copy color: '#BB960F'

red 187 ◦ green 150 ◦ blue 15

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

Shades of Buddha Gold #BB960F

Tints of Buddha Gold #BB960F

RGB

 RED value IS 187 (73.44% from 255) = 53.13%

 GREEN value IS 150 (58.98% from 255) = 42.61%

 BLUE value IS 15 (6.25% from 255) = 4.26%

R = 53.13%
G = 42.61%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB960F (or 0xBB960F) is known color: Buddha Gold. HEX triplet: BB, 96 and 0F. RGB value is (187,150,15). Sum of RGB (Red+Green+Blue) = 187+150+15=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB960F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB960F is #4469F0. Grayscale: #929292. Windows color (decimal): -4483569 or 1021627. OLE color: 1021627.

HSL color Cylindrical-coordinate representation of color #BB960F: hue angle of 47.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB960F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 150 15 -
CMYK 0 0.20 0.92 0.27
HSL 47.09º 0.85% 0.4% -
HSV(B) 47.09º 0.92% 0.73% -
XYZ 31.49 32.41 5.05 -
YUV 145.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 187 150 15 0 0.20 0.92 0.27 47.09 0.85 0.4
Hex BB 96 F 0 14 5C 1B 2F 55 28
Octal 273 226 17 0 24 134 33 57 125 50
Binary 10111011 10010110 1111 0 10100 1011100 11011 101111 1010101 101000

Color Harmonies of #BB960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB960F

Black with #BB960F

Text Example


Text Example

White with #BB960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB960F; }

 p { color: rgb(187,150,15); }

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

background-color css

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

 a { background-color: rgb(187,150,15); }

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

border-color css

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

 span { border-color: rgb(187,150,15); }

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