Html Css Color HEX #BB921B Buddha Gold

📋 copy color: '#BB921B'

red 187 ◦ green 146 ◦ blue 27

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

Shades of Buddha Gold #BB921B

Tints of Buddha Gold #BB921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 51.94%
G = 40.56%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB921B (or 0xBB921B) is known color: Buddha Gold. HEX triplet: BB, 92 and 1B. RGB value is (187,146,27). Sum of RGB (Red+Green+Blue) = 187+146+27=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB921B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB921B is #446DE4. Grayscale: #919191. Windows color (decimal): -4484581 or 1807035. OLE color: 1807035.

HSL color Cylindrical-coordinate representation of color #BB921B: hue angle of 44.62º 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 #BB921B is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 146 27 -
CMYK 0 0.22 0.86 0.27
HSL 44.63º 0.75% 0.42% -
HSV(B) 44.63º 0.86% 0.73% -
XYZ 30.97 31.2 5.43 -
YUV 144.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 187 146 27 0 0.22 0.86 0.27 44.63 0.75 0.42
Hex BB 92 1B 0 16 56 1B 2D 4B 2A
Octal 273 222 33 0 26 126 33 55 113 52
Binary 10111011 10010010 11011 0 10110 1010110 11011 101101 1001011 101010

Color Harmonies of #BB921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB921B

Black with #BB921B

Text Example


Text Example

White with #BB921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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