Html Css Color HEX #BB941D Buddha Gold

📋 copy color: '#BB941D'

red 187 ◦ green 148 ◦ blue 29

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

Shades of Buddha Gold #BB941D

Tints of Buddha Gold #BB941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

 BLUE value IS 29 (11.72% from 255) = 7.97%

R = 51.37%
G = 40.66%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB941D (or 0xBB941D) is known color: Buddha Gold. HEX triplet: BB, 94 and 1D. RGB value is (187,148,29). Sum of RGB (Red+Green+Blue) = 187+148+29=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB941D is #446BE2. Grayscale: #929292. Windows color (decimal): -4484067 or 1938619. OLE color: 1938619.

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

Color convert

RGB 187 148 29 -
CMYK 0 0.21 0.84 0.27
HSL 45.19º 0.73% 0.42% -
HSV(B) 45.19º 0.84% 0.73% -
XYZ 31.31 31.83 5.66 -
YUV 146.1 61.92 157.18 -
System Red Green Blue C M Y K H S L
Decimal 187 148 29 0 0.21 0.84 0.27 45.19 0.73 0.42
Hex BB 94 1D 0 15 54 1B 2D 49 2A
Octal 273 224 35 0 25 124 33 55 111 52
Binary 10111011 10010100 11101 0 10101 1010100 11011 101101 1001001 101010

Color Harmonies of #BB941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB941D

Black with #BB941D

Text Example


Text Example

White with #BB941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB941D; }

 p { color: rgb(187,148,29); }

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

background-color css

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

 a { background-color: rgb(187,148,29); }

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

border-color css

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

 span { border-color: rgb(187,148,29); }

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