Html Css Color HEX #BB901B Buddha Gold

📋 copy color: '#BB901B'

red 187 ◦ green 144 ◦ blue 27

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

Shades of Buddha Gold #BB901B

Tints of Buddha Gold #BB901B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

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

R = 52.23%
G = 40.22%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB901B (or 0xBB901B) is known color: Buddha Gold. HEX triplet: BB, 90 and 1B. RGB value is (187,144,27). Sum of RGB (Red+Green+Blue) = 187+144+27=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 27 (10.94% from 255 or 7.54% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB901B is #446FE4. Grayscale: #909090. Windows color (decimal): -4485093 or 1806523. OLE color: 1806523.

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

Color convert

RGB 187 144 27 -
CMYK 0 0.23 0.86 0.27
HSL 43.88º 0.75% 0.42% -
HSV(B) 43.88º 0.86% 0.73% -
XYZ 30.66 30.59 5.33 -
YUV 143.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 187 144 27 0 0.23 0.86 0.27 43.88 0.75 0.42
Hex BB 90 1B 0 17 56 1B 2C 4B 2A
Octal 273 220 33 0 27 126 33 54 113 52
Binary 10111011 10010000 11011 0 10111 1010110 11011 101100 1001011 101010

Color Harmonies of #BB901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB901B

Black with #BB901B

Text Example


Text Example

White with #BB901B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB901B; }

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

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

background-color css

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

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

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

border-color css

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

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

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