Html Css Color HEX #C89B1B Buddha Gold

📋 copy color: '#C89B1B'

red 200 ◦ green 155 ◦ blue 27

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

Shades of Buddha Gold #C89B1B

Tints of Buddha Gold #C89B1B

RGB

 RED value IS 200 (78.52% from 255) = 52.36%

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

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

R = 52.36%
G = 40.58%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C89B1B (or 0xC89B1B) is known color: Buddha Gold. HEX triplet: C8, 9B and 1B. RGB value is (200,155,27). Sum of RGB (Red+Green+Blue) = 200+155+27=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C89B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89B1B is #3764E4. Grayscale: #9A9A9A. Windows color (decimal): -3630309 or 1809352. OLE color: 1809352.

HSL color Cylindrical-coordinate representation of color #C89B1B: hue angle of 44.39º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C89B1B is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 155 27 -
CMYK 0 0.22 0.86 0.22
HSL 44.39º 0.76% 0.45% -
HSV(B) 44.39º 0.87% 0.78% -
XYZ 35.74 35.8 6.06 -
YUV 153.86 56.41 160.91 -
System Red Green Blue C M Y K H S L
Decimal 200 155 27 0 0.22 0.86 0.22 44.39 0.76 0.45
Hex C8 9B 1B 0 16 56 16 2C 4C 2D
Octal 310 233 33 0 26 126 26 54 114 55
Binary 11001000 10011011 11011 0 10110 1010110 10110 101100 1001100 101101

Color Harmonies of #C89B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89B1B

Black with #C89B1B

Text Example


Text Example

White with #C89B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89B1B; }

 p { color: rgb(200,155,27); }

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

background-color css

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

 a { background-color: rgb(200,155,27); }

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

border-color css

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

 span { border-color: rgb(200,155,27); }

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