Html Css Color HEX #BB971B Buddha Gold

📋 copy color: '#BB971B'

red 187 ◦ green 151 ◦ blue 27

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

Shades of Buddha Gold #BB971B

Tints of Buddha Gold #BB971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 51.23%
G = 41.37%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB971B (or 0xBB971B) is known color: Buddha Gold. HEX triplet: BB, 97 and 1B. RGB value is (187,151,27). Sum of RGB (Red+Green+Blue) = 187+151+27=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB971B is #4468E4. Grayscale: #949494. Windows color (decimal): -4483301 or 1808315. OLE color: 1808315.

HSL color Cylindrical-coordinate representation of color #BB971B: hue angle of 46.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB971B is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 151 27 -
CMYK 0 0.19 0.86 0.27
HSL 46.5º 0.75% 0.42% -
HSV(B) 46.5º 0.86% 0.73% -
XYZ 31.76 32.78 5.69 -
YUV 147.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 187 151 27 0 0.19 0.86 0.27 46.5 0.75 0.42
Hex BB 97 1B 0 13 56 1B 2E 4B 2A
Octal 273 227 33 0 23 126 33 56 113 52
Binary 10111011 10010111 11011 0 10011 1010110 11011 101110 1001011 101010

Color Harmonies of #BB971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB971B

Black with #BB971B

Text Example


Text Example

White with #BB971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB971B; }

 p { color: rgb(187,151,27); }

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

background-color css

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

 a { background-color: rgb(187,151,27); }

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

border-color css

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

 span { border-color: rgb(187,151,27); }

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