Html Css Color HEX #BD9B22 Buddha Gold

📋 copy color: '#BD9B22'

red 189 ◦ green 155 ◦ blue 34

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

Shades of Buddha Gold #BD9B22

Tints of Buddha Gold #BD9B22

RGB

 RED value IS 189 (74.22% from 255) = 50%

 GREEN value IS 155 (60.94% from 255) = 41.01%

 BLUE value IS 34 (13.67% from 255) = 8.99%

R = 50%
G = 41.01%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD9B22 (or 0xBD9B22) is known color: Buddha Gold. HEX triplet: BD, 9B and 22. RGB value is (189,155,34). Sum of RGB (Red+Green+Blue) = 189+155+34=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9B22 is #4264DD. Grayscale: #979797. Windows color (decimal): -4351198 or 2268093. OLE color: 2268093.

HSL color Cylindrical-coordinate representation of color #BD9B22: hue angle of 46.84º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD9B22 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 155 34 -
CMYK 0 0.18 0.82 0.26
HSL 46.84º 0.7% 0.44% -
HSV(B) 46.84º 0.82% 0.74% -
XYZ 33 34.38 6.41 -
YUV 151.37 61.76 154.84 -
System Red Green Blue C M Y K H S L
Decimal 189 155 34 0 0.18 0.82 0.26 46.84 0.7 0.44
Hex BD 9B 22 0 12 52 1A 2F 46 2C
Octal 275 233 42 0 22 122 32 57 106 54
Binary 10111101 10011011 100010 0 10010 1010010 11010 101111 1000110 101100

Color Harmonies of #BD9B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9B22

Black with #BD9B22

Text Example


Text Example

White with #BD9B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9B22; }

 p { color: rgb(189,155,34); }

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

background-color css

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

 a { background-color: rgb(189,155,34); }

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

border-color css

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

 span { border-color: rgb(189,155,34); }

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